GitHub ActionsでEAS Updateする
expo-github-action
を使う
docs
push時にpublishする
https://docs.expo.dev/eas-update/github-actions/#publish-updates-on-push
githubの特定のbranchにpushされると、
λ eas update
して公開する
$ eas update --auto
とすることで、github branchと同じ名前の
EAS branch
にpublishされる
PR毎のPreview環境
を作る
https://docs.expo.dev/eas-update/github-actions/#publish-previews-on-pull-requests
そのPRに対してQRコードが返信が付く